home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / other / mesa / mesa-aux / src-aux.aos / image.c < prev    next >
C/C++ Source or Header  |  2000-02-23  |  230b  |  12 lines

  1. #include <GL/gltk.h>
  2. #include <GL/glaux.h>
  3.  
  4. #if defined(__cplusplus) || defined(c_plusplus)
  5. #define class c_class
  6. #endif
  7.  
  8. AUX_RGBImageRec *auxRGBImageLoad(char *fileName)
  9. {
  10.   return (AUX_RGBImageRec *) tkRGBImageLoad(fileName);
  11. }
  12.